home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / wp5look.zip / WP5LOOK.DOC next >
Text File  |  1989-03-05  |  11KB  |  281 lines

  1. Copyright (c) 1989 by David Seidman
  2. March 5, 1989
  3.  
  4.                              WP5LOOK
  5.  
  6.  
  7.  
  8. WP5LOOK is a file browsing program for WordPerfect Version 5.0 
  9. (WP5) document files.  It displays WP5 document files listed on 
  10. the command line.  (The document summary is displayed if it 
  11. exists.)  The program pauses as each screen is displayed.  If 
  12. there is more information in the document, you can page forward.  
  13. Generally, you can also page backward within a document, although 
  14. only for a few screens (the number varies, but is never more than 
  15. eight).  At each screen, you also have the options of going back 
  16. to the beginning of the file (Home), jumping to the end of the 
  17. file, going on to the next file, or quitting the program.  (If 
  18. there are no more files, the next file and quit options produce 
  19. the same results.)  You can also search for strings in the 
  20. displayed file.  The top line of the display indicates the 
  21. corresponding WordPerfect page numbers.  
  22.  
  23. WP5LOOK does not correctly format files, but its display will 
  24. typically be a reasonable approximation of the proper formatting.  
  25. The program is designed for use when you need to rummage through 
  26. one or more WP5 documents quickly (or when not enough memory is 
  27. available to use WP5 itself), not for when you care about the 
  28. details of formatting.  Here are some of the formatting problems: 
  29.  
  30.     --   Paragraphs are reformatted by default to a 75-character 
  31.          line, although you can change the number from 75; the 
  32.          right margin is especially ragged, because words are not 
  33.          split at hyphens.  Margin changes are ignored.  Line 
  34.          spacing is ignored.  Multiple columns are placed end to 
  35.          end.  
  36.  
  37.     --   Everything is displayed in the same font.  
  38.  
  39.     --   Tab settings are ignored.  Ordinary tabs are displayed 
  40.          as five spaces, more exotic tabs as a single space.  
  41.          Indent codes are all treated as ordinary, not left-
  42.          right.  An indent code is represented as five spaces.  
  43.          Indented text is indented five spaces.  
  44.  
  45.     --   Centering is based on an 80-character line.  
  46.  
  47.     --   Characters a standard IBM PC cannot display and 
  48.          overstruck characters are displayed as upsidedown 
  49.          question marks.  
  50.  
  51.     --   Footnotes and endnotes are displayed embedded in the 
  52.          text where they occur.  They are set off by line breaks 
  53.          and enclosed between **FN: and **EFN.  
  54.  
  55.     --   Styles, initial codes, graphics, captions, and so forth 
  56.          are ignored.  
  57.  
  58.     Usage:  WP5LOOK Infile [Infile] .. [Infile]
  59.  
  60.          Infile may include wildcards.  You may specify as many 
  61.          Infiles as fit on the command line.  
  62.  
  63.  
  64. Once you have started the program, operation is prompted and for 
  65. the most part intuitive.  The bottom line on the screen indicates 
  66. which keystroke options may be chosen (except for W, which is 
  67. never indicated).  In some cases, you can use different 
  68. keystrokes to achieve the same result.  The prompt does not 
  69. indicate that flexibility.  Here is the full set of options, only 
  70. some of which may be available at particular screens: 
  71.  
  72.     Move one screen forward        PgD, [space], [return]
  73.     To last screen in file         [End]
  74.     Move one screen back           PgU, b, B
  75.     To first screen in file        [Home]
  76.     To next file                   N
  77.     Exit from the program          Q, [esc], F7
  78.     Search (exact match)           S
  79.     Find (match ignoring case)     F
  80.     Set line Width, 10-80 chars.   W
  81.  
  82.  
  83. Searching and Finding
  84.  
  85. When you select Search or Find, you are prompted for a search 
  86. string.  Search looks for an exact match to your search string.  
  87. Find looks for a match but ignores differences in case.  
  88. (Searching for cat will not match CAT, but Finding cat will match 
  89. CAT.)  If you have previously done a Search or Find in the same 
  90. WP5LOOK session, you will be shown your previous search string.  
  91. If you want to use the same search string, simply hit <enter>.  
  92. You can also edit the search string.  If the first keystroke you 
  93. hit is a character rather than an editing key, the previous 
  94. search string will disappear, and you simply enter (and edit) a 
  95. new one.  
  96.  
  97. Search and Find search from the currently displayed screen 
  98. to the end of the file.  The first screen containing a match is 
  99. displayed, with each line containing the match highlighted.  
  100. After each match, you are asked whether you want to continue 
  101. looking for the same string.  To search the entire file, you must 
  102. start the search at the beginning of the file (which you can 
  103. reach with the Home key).  
  104.  
  105. Leading and trailing blanks in the search string can be used if 
  106. you want to limit searches to matching whole words.  For this 
  107. purpose, screen display lines of your WP5 document file are 
  108. treated as beginning and ending with blanks.  The search string 
  109. may include blanks, so you can search for phrases (limited to 60 
  110. characters).  However, matches are limited to a single line -- if 
  111. a phrase is split between lines in the display, you cannot match 
  112. it.  
  113.  
  114. The search string can be edited using the cursor keys and other 
  115. keys in an intuitively obvious manner.  WordStar editing commands 
  116. are also available.  A complete list of editing commands follows 
  117. (commas indicate alternatives): 
  118.  
  119.     <Enter> (<Return>)   Accept line
  120.  
  121.     <Esc>                Quit without changing line; do not search
  122.  
  123.     <Left>,<CtrlS>       Cursor left one character
  124.  
  125.     <Right>,<CtrlD>      Cursor right one character
  126.  
  127.     <CtrlLeft>,<CtrlA>   Cursor left one word
  128.  
  129.     <CtrlRight>,<CtrlF>  Cursor right one word
  130.  
  131.     <Home>,<CtrlQ><S>    Cursor to line beginning
  132.  
  133.     <End>,<CtrlQ><D>     Cursor to line end
  134.  
  135.     <Del>,<CtrlG>        Delete character at cursor
  136.  
  137.     <Bksp>,<CtrlH>,      Delete character to left of cursor 
  138.     <CtrlBksp>
  139.  
  140.     <CtrlEnd>,<CtrlQ><Y> Delete to end of line]
  141.  
  142.     <CtrlY>, <CtrlX>     Delete entire line
  143.  
  144.     <CtrlHome>           Delete from beginning of line
  145.  
  146.     <CtrlT>              Delete word to right of cursor
  147.  
  148.     <Ins>                Toggle insert mode on or off.  Size of 
  149.                          cursor indicates the mode.  Default is 
  150.                          insert mode off.  
  151.  
  152.     <CtrlR>,<CtrlQ><L>   Restore original contents of line after 
  153.                          editing 
  154.  
  155.  
  156.  
  157. David Seidman
  158. Software by Seidman
  159. 2737 Devonshire Pl. NW
  160. Washington, DC 20008
  161. CompuServe: [70441,2414]
  162.  
  163.                   * * * * * * * * * * * * * * * 
  164.  
  165.  
  166.  
  167.  
  168.  
  169.                        LICENSE INFORMATION
  170.  
  171.  
  172.  
  173. WP5LOOK is not in the public domain.  It is fully protected by 
  174. copyright.  
  175.  
  176. You are granted without charge a license which permits (a) use of 
  177. the program for a period of 30 days for evaluation and testing; 
  178. (b) making copies for distribution to others without charge, 
  179. provided the program and the accompanying documentation are 
  180. distributed together and without modification; (c) posting the 
  181. program, together with the accompanying documentation, on 
  182. electronic bulletin board systems.
  183.  
  184. Use after the 30 day evaluation and testing period requires 
  185. payment of a license fee.  For a single copy (plus necessary 
  186. archival copies), to be used on only one computer at a time, the 
  187. fee is $15.00.  For your convenience, an invoice form is included 
  188. below.  For large quantities, discounts and site licenses are 
  189. available.  Write for information.  Any license for which payment 
  190. is properly made is valid for this version of WP5LOOK and all 
  191. subsequent versions.  
  192.  
  193. What do you get for your license fee?  Aside from permission to 
  194. use the program and the warm feeling that you are not violating 
  195. the copyright laws, not very much, but a little.  If you pay the 
  196. license fee to me and tell me the version you have (or if I can 
  197. figure out what version you have), I will send you the next 
  198. version (unless the next version involves a trivial change too 
  199. small to worry you about).  After that, I will send you 
  200. notification of further new versions.  And if you let me know 
  201. about any problems you have with the program, I will try to 
  202. solve them.  
  203.  
  204. Users groups and other not-for-profit organizations may 
  205. distribute unmodified copies of WP5LOOK, together with its 
  206. accompanying documentation, for a fee to cover duplication and 
  207. related costs, but not to exceed $6.00.  Your payment of such a 
  208. fee does not eliminate the requirements concerning payment of a 
  209. license fee.  Certain organizations may have been granted 
  210. permission to distribute the program for a fee larger than $6.00, 
  211. the larger fee to include the license fee for a single copy.  If 
  212. the organization from which you received a copy of the program 
  213. has been granted that permission, it should tell you so.  
  214.  
  215. The United States Department of Justice is granted a license, 
  216. without payment of fee, for all official use of WP5LOOK.  
  217.  
  218.  
  219.                        WARRANTY INFORMATION
  220.  
  221.  
  222. WP5LOOK is distributed without warranties of any kind, express or 
  223. implied, including, but not limited to, the implied warranties of 
  224. merchantability and fitness for a particular purpose.  
  225.  
  226. No representation or other affirmation of fact, including but not 
  227. limited to statements regarding suitability for use, or 
  228. performance of the program, shall be or be deemed a warranty by 
  229. the licensor for any purpose, nor give rise to any liability or 
  230. obligation of the licensor whatever.  
  231.  
  232. In particular, no statement in program documentation shall be 
  233. deemed a representation or warranty that the program will perform 
  234. in any particular manner, or perform in any manner whatsoever, or 
  235. that the program is suitable for any particular use or any use at 
  236. all.  
  237.  
  238.                   * * * * * * * * * * * * * * *
  239.  
  240.                              INVOICE
  241.  
  242.  
  243. David Seidman
  244. Software by Seidman
  245. 2737 Devonshire Pl. NW
  246. Washington, DC 20008
  247.  
  248.                                                      DATE:       
  249.  
  250. SOLD TO:
  251.  
  252. __________________________
  253. __________________________
  254. _________________________
  255.  
  256.  
  257. ┌──────────────────────────────────────┬────────────────────────┐
  258. │ Description                          │     Price              │
  259. │                                      │                        │
  260. ├──────────────────────────────────────┼────────────────────────┤
  261. │                                      │                        │
  262. │ License for WP5LOOK                  │      $   15.00         │
  263. │                                      │                        │
  264. │ additional licenses @ $15.00         │       _____.__         │
  265. │                                      │                        │
  266. │                                      │                        │
  267. │                                      │                        │
  268. │                                      │                        │
  269. └──────────────────────────────────────┴────────────────────────┘
  270.  
  271.                                 Total:       $_____.__
  272.  D.C. Residents add 6% D.C. Sales Tax:          ___.__
  273.  
  274.                          Total Charge:       $_____.__
  275.  
  276.  
  277. Make checks payable to David Seidman.  Please mark checks
  278. "WP5LOOK".
  279.  
  280. ------------------------------------------------------------
  281.